h1 {font-weight: bolder;
    color: rgb(169, 255, 0);
    padding: 8px;
    border-bottom: 3px solid rgb(169, 255, 0);
    font-size: 25px;
    margin-top: -8px;
    margin-left: -7px;
    margin-right: -8px;
    font-family: 'Courier New', Courier, monospace;
text-shadow: 1px 1px 1px rgb(180, 255, 0);}

hr {color: rgb(169, 255, 0); text-shadow: 1px 1px 1px rgb(180, 255, 0);}

body {font-weight: bolder;
    background-color: rgb(45, 45, 45);
    text-align: center;}

a {font-weight: bold;
    margin: 0px;
    text-decoration: none;
    color: rgb(40, 255, 255);text-shadow: 1px 1px 1px rgb(99, 255, 224);
padding: 0px;}

a:hover {
    text-decoration: none; color: rgb(254, 36, 29);text-shadow: 1px 1px 1px rgb(255, 90, 53);font-weight: bolder;}